All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.app.QTAppException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----quicktime.QTException
                           |
                           +----quicktime.app.QTAppException

public class QTAppException
extends QTException
QTAppExceptions are thrown by quicktime.app classes when some condition is not as expected. They are a general exception type with specific subclasses for specific situations.


Constructor Index

 o QTAppException()
Construct an Exception
 o QTAppException(String)
Construct an Exception.

Constructors

 o QTAppException
 public QTAppException(String message)
Construct an Exception.

Parameters:
message - A message
 o QTAppException
 public QTAppException()
Construct an Exception


All Packages  Class Hierarchy  This Package  Previous  Next  Index